home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / target_s.swf / scripts / trickText.as < prev   
Encoding:
Text File  |  2008-11-13  |  1.2 KB  |  65 lines

  1. package
  2. {
  3.    import flash.display.MovieClip;
  4.    import flash.text.TextField;
  5.    
  6.    [Embed(source="/_assets/assets.swf", symbol="trickText")]
  7.    public dynamic class trickText extends MovieClip
  8.    {
  9.        
  10.       
  11.       public var tscore_txt:TextField;
  12.       
  13.       public function trickText()
  14.       {
  15.          super();
  16.          addFrameScript(0,frame1,5,frame6,10,frame11,15,frame16,20,frame21,25,frame26,30,frame31,35,frame36,40,frame41);
  17.       }
  18.       
  19.       internal function frame6() : *
  20.       {
  21.          stop();
  22.       }
  23.       
  24.       internal function frame16() : *
  25.       {
  26.          stop();
  27.       }
  28.       
  29.       internal function frame1() : *
  30.       {
  31.          stop();
  32.       }
  33.       
  34.       internal function frame21() : *
  35.       {
  36.          stop();
  37.       }
  38.       
  39.       internal function frame36() : *
  40.       {
  41.          stop();
  42.       }
  43.       
  44.       internal function frame31() : *
  45.       {
  46.          stop();
  47.       }
  48.       
  49.       internal function frame11() : *
  50.       {
  51.          stop();
  52.       }
  53.       
  54.       internal function frame41() : *
  55.       {
  56.          stop();
  57.       }
  58.       
  59.       internal function frame26() : *
  60.       {
  61.          stop();
  62.       }
  63.    }
  64. }
  65.